Spinner
Type
widget
Summary
This widget is a spinner or activity indicator. Spinners provide visual feedback to users use when performing an activity for an unknown duration such as processing a large amount of data or presenting a complex user interface.
Description
This widget is a spinner or activity indicator. Spinners provide visual feedback to users use when performing an activity for an unknown duration such as processing a large amount of data or presenting a complex user interface.
Children Properties
Property
Name | Summary | Syntax |
---|---|---|
markerCount | The number of markers to display in the spinner | set the markerCount of <widget> to <markers> get the markerCount of <widget> |
scaleMarkers | Whether to scale the markers to or maintain a constant size | set the scaleMarkers of <widget> to { true | false } get the scaleMarkers of <widget> |